home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Silicium.Form < prev    next >
Text File  |  1994-12-01  |  269b  |  33 lines

  1. Silicium
  2. {
  3.     {
  4.         x1=-2.5
  5.         x2= 2.5
  6.         y1=-2.0
  7.         y2= 2.0
  8.         par1.r=1.0
  9.         par1.i=0.0
  10.         bailout=4.0
  11.     }
  12.     {
  13.         z=pixel
  14.         c=pixel
  15.         z2=par1/pixel
  16.         c2=par1/pixel
  17.     }
  18.     {
  19.         z=z*z
  20.         z=z+c
  21.         z2=z2*z2
  22.         z2=z2+c2
  23.         z3=z+z2
  24.         w=abs(z3)
  25.     }
  26.     {
  27.         w>bailout
  28.     }
  29.     {
  30.         PAR1-INVERSE FACTOR
  31.     }
  32. }
  33.